home *** CD-ROM | disk | FTP | other *** search
- | set directory
- Set Acornet$Dir <Obey$Dir>
- Set Acornet$Path <Acornet$Dir>.
-
- | set sprites
- IconSprites <Acornet$Dir>.!Sprites
-
- | Ensure all resources and applications booted in the right place
- Set AcornetBoot$Path Acornet:ChLib.,Acornet:AppLib.
- WimpSlot -min 64K -max 64K
- Run Acornet:BootApps
-
- | IfThere Acornet:Resources then Do Repeat Filer_Boot Acornet:Resources -Applications -Tasks
- | IfThere Acornet:Utils then Do Repeat Filer_Boot Acornet:Utils -Applications -Tasks
- | IfThere Acornet:Apps then Do Repeat Filer_Boot Acornet:Apps -Applications -Tasks
-
- | Aliases for the utility commands we use
- Set Alias$AddToPath Acornet:bin.AddToPath %*0
- Set Alias$Exist Acornet:bin.Exist %*0
-
- AddToPath Run$Path Acornet:bin.
-
- | Normally we want to start !SLIPdial
- Set Alias$RunAcornet Run Acornet:Utils.!SLIPdial -task FreeSLIP -file Acornet:Utils.!Slipdial.Scripts.Acornet.Acornet
-
- | But have we been configured yet?
- Exist Acornet:Choices.ConnInfo
-
- | If not, then launch the Config app straight away
- If "<Exist$Flag>"<>"File" Then Set Alias$RunAcornet Run Acornet:Utils.!NetConfig
-
- | Run whichever is appropriate
- RunAcornet
-